diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-13 11:03:20 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-13 11:03:20 +0900 |
| commit | 6c99347a62111f6ca23bf16c841d2cf1673b69b6 (patch) | |
| tree | c5121c99ee9a528c3abd48f5480850d9f0739cfb /config/waybar/style/[Extra] Rose Pine.css | |
| parent | 6c526a514f2ad8502b1285fcb3c43f8d973fb32d (diff) | |
custom idle inhibitor on waybar which kills hypridle when toggled
Diffstat (limited to 'config/waybar/style/[Extra] Rose Pine.css')
| -rw-r--r-- | config/waybar/style/[Extra] Rose Pine.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/waybar/style/[Extra] Rose Pine.css b/config/waybar/style/[Extra] Rose Pine.css index 411c96e5..9ebd46f3 100644 --- a/config/waybar/style/[Extra] Rose Pine.css +++ b/config/waybar/style/[Extra] Rose Pine.css @@ -127,6 +127,7 @@ tooltip { #custom-backlight, #custom-cycle_wall, #custom-hint, +#custom-hypridle, #custom-keyboard, #custom-light_dark, #custom-lock, @@ -165,6 +166,12 @@ tooltip { background-color: red; } +/*-----Indicators----*/ +#custom-hypridle.notactive, +#idle_inhibitor.activated { + color: #ffd700; +} + #backlight { padding-right: 2px; } |
